home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 May: Tool Chest / Developer CD Series May 1996 (Tool Chest) (Apple Computer) (1996).iso / Tool Chest / Development Tools & Languages / HyperCard Related / APDA HyperCard Toolkits / HyperCard Video Toolkit 2.0 / HVT #2 / Video Tips / card_3049.txt < prev    next >
Encoding:
Text File  |  1995-02-07  |  2.0 KB  |  58 lines

  1. -- card: 3049 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 2596
  5. -- name: player differences
  6.  
  7.  
  8. -- part 2 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=350 top=70 right=99 bottom=384
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 26635 / 26635
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Help
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   set visible of bkgnd field "Help" to not visible of bkgnd field "Help"
  23. end mouseUp
  24.  
  25.  
  26.  
  27. -- part 3 (button)
  28. -- low flags: 00
  29. -- high flags: 0000
  30. -- rect: left=383 top=70 right=99 bottom=414
  31. -- title width / last selected line: 0
  32. -- icon id / first selected line: 0 / 0
  33. -- text alignment: 1
  34. -- font id: 0
  35. -- text size: 12
  36. -- style flags: 0
  37. -- line height: 16
  38. -- part name: Help text
  39. ----- HyperTalk script -----
  40. on mouseUp
  41.   set visible of bkgnd field "Help" to not visible of bkgnd field "Help"
  42. end mouseUp
  43.  
  44.  
  45.  
  46. -- part contents for background part 13
  47. ----- text -----
  48. Player Differences
  49.  
  50. -- part contents for background part 5
  51. ----- text -----
  52. Not all players work exactly the same. If you're writing a stack which will be used on more than one type of player, be sure you're aware of the differences among the players. The HyperCard Videodisc ToolKit has selected the common subset of player functions and made sure that the same commands have the same effect on each player. However, despite our best efforts, there will be a few minor differences.  You can use the HyperCard Find command to locate other tip cards with the word "difference" in them. Read all of them before implementing your stack.
  53.  
  54. -- part contents for background part 21
  55. ----- text -----
  56. To view this stack one card at a time, click on the arrows at the bottom of the card.
  57.  
  58. To view all of the cards in this stack very quickly,  click on the Scan button at the left of the button control panel near the top of the card.  As you use the Scan function, you may click at any time to stop at a particular card.